(Fcar_less_than_car): Fix typo in previous change.
authorRichard M. Stallman <rms@gnu.org>
Thu, 14 Oct 1993 04:30:19 +0000 (04:30 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 14 Oct 1993 04:30:19 +0000 (04:30 +0000)
src/fileio.c

index c2fca1b375b2382e52c750750a74a2db27ae27e1..02d4e635a5175ac7f4178a4b061fb0b2a39c0f75 100644 (file)
@@ -2866,7 +2866,7 @@ to the file, instead of any buffer contents, and END is ignored.")
 Lisp_Object merge ();
 
 DEFUN ("car-less-than-car", Fcar_less_than_car, Scar_less_than_car, 2, 2, 0,
-  "Return t if (car A) is numerically less than (car B)."
+  "Return t if (car A) is numerically less than (car B).")
   (a, b)
      Lisp_Object a, b;
 {